new upstream version
authorAsias He <asias.hejun@gmail.com>
Sat, 19 Mar 2011 02:08:36 +0000 (10:08 +0800)
committerAsias He <asias.hejun@gmail.com>
Sat, 19 Mar 2011 02:08:36 +0000 (10:08 +0800)
debian/changelog
debian/control
debian/docs
debian/libopencc-dev.install
debian/libopencc1.install
debian/opencc.install
debian/rules

index 9316a6498dc620f959f8256b5f3af5c380dcee7e..901101bef3a99500a6f9d795bdca9018bd79983c 100644 (file)
@@ -1,3 +1,13 @@
+opencc (0.2.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Move usr/share/locale to package opencc
+  * Add cmake to Build-Depends
+  * Change Homepage to http://code.google.com/p/opencc
+  * Drop  Vcs-Bzr and Vcs-Browser
+
+ -- Asias He <asias.hejun@gmail.com>  Thu, 17 Mar 2011 21:36:41 +0800
+
 opencc (0.1.2-1) unstable; urgency=low
 
   * New upstream release.
index 4054b6e7cb057d754f12c4546a6ad0e515806817..53b0485b6d955c85db9ee129cf5df00aa836f65b 100644 (file)
@@ -2,12 +2,12 @@ Source: opencc
 Priority: optional
 Maintainer: IME Packaging Team <pkg-ime-devel@lists.alioth.debian.org> 
 Uploaders: LI Daobing <lidaobing@debian.org>, Asias He <asias.hejun@gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), autotools-dev
+Build-Depends: debhelper (>= 7.0.50~), autotools-dev, cmake
 Standards-Version: 3.9.1
 Section: libs
-Homepage: http://code.google.com/p/open-chinese-convert
-Vcs-Bzr: lp:~pkg-ime/opencc/debian-opencc
-Vcs-Browser: https://code.launchpad.net/~pkg-ime/opencc/debian-opencc
+Homepage: http://code.google.com/p/opencc
+Vcs-Git: git://git.com
+Vcs-Browser: http://git.com
 
 Package: libopencc-dev
 Section: libdevel
index 50bd824bb7bc7edba72e31d1f7a6ef7932846902..6f12db50845a5d0b754f308018aa900d35da548f 100644 (file)
@@ -1,2 +1,2 @@
-NEWS
+AUTHORS
 README
index 68a175d4d01802e189ecc720482f083c33893c4d..6cd8ddd2b3973b0b46c120482ca433966ab5ca64 100644 (file)
@@ -2,4 +2,3 @@ usr/include/*
 usr/lib/lib*.a
 usr/lib/lib*.so
 usr/lib/pkgconfig/*
-usr/lib/*.la
index 30186ac4a7cc1921fe629a75db3878edb0d69600..ded74addbb1d02248b577b65f1a0241faac797bd 100644 (file)
@@ -1,3 +1,2 @@
 usr/lib/lib*.so.*
 usr/share/opencc/*
-usr/share/locale/*
index 7053434f04963d908a12e52f25a3031f69fc5680..6b87368448f8847eca1d807ac3b6061057a85009 100644 (file)
@@ -1,2 +1,3 @@
 usr/bin/*
 usr/share/man/*
+usr/share/locale/*
index ccef6f540b88b4483c1dfeb7127fd777fd6a0911..3bc514fbc295a91034a55badc5f92269c1ad18f6 100755 (executable)
@@ -1,16 +1,6 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
 %:
        dh  $@
 
 override_dh_auto_configure:
-       dh_auto_configure -- --enable-static
+       dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DENABLE_GETTEXT:BOOL=ON